Online documentation - WebsydianExpress v3.5 |
Create site tried to generate a URL based on the URL and form action of the old site. The URL could not be generated. The URL was "&(2:)", form action "&(1:)", string length "&(3:)".
&(1:) - The form action registered for the current site.
&(2:) - The URL that is currently being handled.
&(3:) - The resulting length the function has returned for the URL without the form action.
As part of the create site process, the URLs registered for the current site are used to create the ones for the new site.
For each of the non-blank URLs in the current site it is necessary to remove the form action of the current site from the URL (as the form action is site specific).
To do so, the process finds the length of the form action - and the length of the URL. The length of the resulting string is found by subtracting the length of the form action from the length of the URL.
In this case, the resulting length is 0 or a negative number. This means that the URLs does not end with the form action (which they always should) - or that an unexpected error has occurred in the function.
This should never happen.
If this happens there is an unexpected error in the create site functionality or the setup of the current site.
Please send information about the error (including the three parameters) and all the site settings of the site where you run the create site to Websydian Support.
System / Error